The XCode connection to my local git server for pushing does not work. I've added a remote origin to my project pointing to the local git server. Pulling from that server via xcode works. But pushing to this server results in a dialog popping up. this dialog says
"The repository rejected the provided credentials"
and asks me to select the connection method and the certificate file. When I select the certificate file and press ok then the same error cmes again.
Doing the git push via commandline works without a problem.